home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
Debora.swf
/
scripts
/
DefineSprite_326
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
272 b
|
12 lines
for(var i in _root.tool_mask.thing_menu3)
{
trace(_root.tool_mask.thing_menu3[i]);
if(typeof _root.tool_mask.thing_menu3[i] == "object")
{
_root.tool_mask.thing_menu3[i].onRelease = function()
{
_root.sound_ini4();
};
}
}